-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal/civisibility: add early flake detection feature #2916
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tonyredondo
force-pushed
the
tony/civisibility-early-flake-detection
branch
from
October 9, 2024 09:32
821123e
to
9b80796
Compare
tonyredondo
changed the title
internal/civisibility: add the early flake detection feature
internal/civisibility: add early flake detection feature
Oct 9, 2024
BenchmarksBenchmark execution time: 2024-10-10 14:37:42 Comparing candidate commit 875549a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 58 metrics, 1 unstable metrics. |
internal/civisibility/integrations/gotesting/instrumentation.go
Outdated
Show resolved
Hide resolved
vitor-de-araujo
approved these changes
Oct 9, 2024
tonyredondo
force-pushed
the
tony/civisibility-early-flake-detection
branch
from
October 10, 2024 13:21
1077d6e
to
f88801b
Compare
…t. Also, propagate the test is new and retry tag to the subtest spans
…ting instrumentation for multiple testing scenarios.
…e checks to the test suite.
…ke detection code to avoid code duplication.
…trumentation_orchestrion.go representing the api exposed for the orchestrion integration.
tonyredondo
force-pushed
the
tony/civisibility-early-flake-detection
branch
from
October 10, 2024 13:53
f88801b
to
875549a
Compare
MNThomson
pushed a commit
to agilebits/dd-trace-go
that referenced
this pull request
Oct 21, 2024
darccio
pushed a commit
that referenced
this pull request
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR adds the Early Flake Detection feature to the CI Visibility instrumentation.
It also:
instrumentation.go
file and create a newinstrumentation_orchestrion.go
file with all the api exposed and used by the orchestrion integration.Motivation
It's a new core CI Visibility feature we were missing in the current implementation.
Reviewer's Checklist
Unsure? Have a question? Request a review!